home *** CD-ROM | disk | FTP | other *** search
- /*
- * This is the default-tree
- */
-
- #global_settings {
- assumed_gamma 1.0
- }
-
-
- light_source { <50 , 200, -50> color rgb <0.8, 0.8,1> }
- light_source { <50 , 20, -50> color rgb <0.8, 0.8,1> }
-
- camera {
- up y
- right 4/3*x
- direction 2*z
- location <0 , 5, -33>
- look_at <0 , 6, 0>
- }
-
- background{color rgb <0.2, 0, 0.9>}
-
- #include "selftree.inc"
- #include "default.inc"
-
- object {
- TREE
- rotate y*-45
- }
-
- plane {
- <0, 1, 0>, 0
- texture {
- pigment { color rgb <0.2, 0.6, 0.1> }
- normal {
- crackle 1
- scale 0.1
- }
- }
- }
-
-
-
-
-
-
-
-
-
-
-